toggle menu
JxBrowser
8.2.1
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.browser.callback
/
[jvm]BeforeUnloadCallback
/
Params
Params
public
interface
Params
The parameters of the
BeforeUnloadCallback
.
Members
Functions
is
Reload
Link copied to clipboard
public
boolean
isReload
(
)
Returns
true
if the web page is going to be reloaded,
false
when a new navigation is started.
leave
Action
Text
Link copied to clipboard
public
String
leaveActionText
(
)
Returns a string that represents the localized text of the "Leave" action.
message
Link copied to clipboard
public
String
message
(
)
Returns a string that represents the localized text of the before unload warning.
stay
Action
Text
Link copied to clipboard
public
String
stayActionText
(
)
Returns a string that represents the localized text of the "Stay" action.
title
Link copied to clipboard
public
String
title
(
)
Returns a string that represents the localized dialog title.